# Start server
cd /home/rooty/Desktop/emercoin-mcp-server
npm install
npm start
# Get blockchain info
curl -X POST http://localhost:7331/blockchain/getblockchaininfo
# Show name with formatting
curl -X POST http://localhost:7331/names/name_show \
-H "Content-Type: application/json" \
-d '{"params": ["dns:emercoin.com"], "format": true}'
# Extract value from name
curl -X POST http://localhost:7331/names/name_show \
-H "Content-Type: application/json" \
-d '{"params": ["dns:emercoin.com"], "extractValue": true}'
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jeff-Bouchard/emercoin-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server